From: Richard M. Stallman Date: Wed, 26 May 1993 22:36:32 +0000 (+0000) Subject: Make C-x ` binding just once. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95913 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=d973d7691860e9638a9f4e08e93979adb5c57b24;p=emacs.git Make C-x ` binding just once. --- diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index 7bca70da1d8..88bf0e911cb 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -1054,8 +1054,6 @@ See variable `compilation-parse-errors-function' for the interface it uses." (setq compilation-error-list (nreverse compilation-error-list)) (message "Parsing error messages...done")) -(define-key ctl-x-map "`" 'next-error) - (provide 'compile) ;;; compile.el ends here